home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / PasteboardInspector / Source / GCell.h < prev    next >
Text File  |  1995-06-12  |  536b  |  26 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Cell.h>
  5.  
  6. @interface GCell:Cell
  7. {
  8.     id theImage;
  9.     char name[512];
  10.     int lastmouse;
  11. }
  12.  
  13. - initFromFile:(char *)file;
  14. - calcCellSize:(NXSize *)theSize;
  15. - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
  16. - (BOOL)trackMouse:(NXEvent *)theEvent 
  17.     inRect:(const NXRect *)cellFrame 
  18.     ofView:controlView;
  19.  
  20. - writeRichText:(NXStream *)stream forView:view;
  21. - readRichText:(NXStream *)stream forView:view;
  22.  
  23. - drawInside: (const NXRect *)cellFrame inView:controlView;
  24.  
  25. @end
  26.